home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / MEDLIN.ARJ / PC-AR.DOC < prev    next >
Text File  |  1992-01-21  |  33KB  |  612 lines

  1.  
  2.           
  3.                                         PC-AR
  4.                                      Version 4.1
  5.                             Copyright 1991 by Jerry Medlin
  6.           
  7.           
  8.           PROGRAM DESCRIPTION
  9.           
  10.                PC-AR is an accounts receivable and sales analysis program
  11.           for small and medium size businesses.  The program runs on a IBM
  12.           PC or compatible computer, with one disk drive and at least 256k
  13.           memory.
  14.           
  15.                PC-AR is a Shareware program.  You are encouraged to give
  16.           copies to anyone who might use it.  If you like the program and
  17.           find it useful, please contribute $35 to:
  18.           
  19.                          Jerry Medlin
  20.                          1461 Sproul Ave.
  21.                          Napa, Ca.  94559
  22.           
  23.                To order using Master Card or Visa, call (707) 255-4475.
  24.           
  25.                Your contribution entitles you to a copy of the latest
  26.           version of the program and limited telephone assistance, should
  27.           you require it.  You also receive a program which allows you to
  28.           customize some features of PC-AR.  A complete description of the
  29.           customizing program is contained at the end of this manual.
  30.           
  31.                When inputting information, the plus <+> key has the same
  32.           effect as the return or enter key.  Numerical information is
  33.           entered "calculator style".  The decimal point is placed
  34.           automatically.  The minus <-> key enters a negative number.  This
  35.           makes using the numeric key pad even easier.
  36.           
  37.                To run the program, simply type "PC-AR".  If you want to
  38.           specify a drive and path for your data, add the drive and path
  39.           description after the program name.  i.e. type "PC-AR B:" to use
  40.           the B drive for data files.
  41.           
  42.                A menu is then displayed for operator selection:
  43.           
  44.                     Enter or Change Sales Codes
  45.                     Enter or Change Customers
  46.                     Enter or Change Charges & Payments
  47.                     Print Mailing Labels
  48.                     Print Charges & Payments Listing
  49.                     Print Accounts Receivable Ledger
  50.                     Print Statements
  51.                     Print Sales Summary
  52.                     Print Customer Activity Report
  53.                     Start a New Month
  54.                     Print Customer Listing
  55.                     Save Data and End
  56.  
  57.                PC-AR is fast because it works with data in random access
  58.           memory, but the capacity is limited by available memory.
  59.           Available memory is shared by the data.  With more customers on
  60.           file, fewer charges and payments can be entered and vice-versa.
  61.           PC-AR allows 4000 customers and 4000 charges and payments per
  62.           month with, 640k of memory.  With 256k, the capacity is reduced to
  63.           about 200 customers and 200 charges and payments.
  64.           
  65.                Each time the menu is displayed, the number of charges and
  66.           payments that can be added is printed at the bottom of the screen.
  67.           The approximate number of customers that can be added can be
  68.           obtained by dividing the number by 2.
  69.           
  70.                Since a power interruption results in loosing all the data
  71.           currently entered into the program, you should occasionally save
  72.           your data back to the disk.  This is done by selecting End
  73.           Processing from the menu.  The current data is saved to the disk,
  74.           then you are asked "Do you want to end ?".  Answer with an "N" and
  75.           you may resume processing.
  76.           
  77.           
  78.           THE PROCESSING CYCLE
  79.           
  80.                Accounting is done on a monthly cycle.  At the end of each
  81.           month, all charges are added to the customer's balance, and all
  82.           payments are deducted from the customer's balance.  The new
  83.           balances are used as the starting balances for the next month.
  84.           
  85.                Each time the program is run, all customer data is loaded
  86.           into memory.  Also, any charges or payments entered for the period
  87.           are loaded into memory.  You may also have the program
  88.           automatically enter a fixed billing amount and late charges for
  89.           each customer.  When all of the charges and payments for the
  90.           current month have been entered, begin printing reports.  Reports
  91.           may be printed in any order, and as often as desired.  If you
  92.           discover an error in any of the reports, you may correct the
  93.           problem and reprint the report.  At any time, you can stop
  94.           processing by choosing the End Processing selection from the menu.
  95.           
  96.                The last step in processing is to apply the charges and
  97.           payments to customer balances.  This is done by choosing the Start
  98.           a New Month selection on the menu.   This selection does three
  99.           things:
  100.           
  101.           1) Ages the customer balances.  All current due amounts become 30
  102.              day due, all 30 day balances become 60 day, etc.
  103.           
  104.           2) Deducts the payments from the customers balance due, starting
  105.              with  90 day and proceeding to current due.
  106.           
  107.           3) Adds the charges to the current balance.  You may then proceed
  108.              with the next month.
  109.  
  110.           ENTER OR CHANGE SALES CODES
  111.           
  112.                In addition to being an accounts receivable program, PC-AR is
  113.           also a sales analysis program.  Each charge or payment is posted
  114.           to a sales code.  The Enter or Change Sales Descriptions selection
  115.           allows you to enter up to 200 of these sales codes and their
  116.           corresponding descriptions.  The sales description is also printed
  117.           on the various reports, including the statement.
  118.           
  119.                Enter a three character sales code (alphabetic or numeric
  120.           characters are allowed), and up to 21 characters for a
  121.           description.  If you enter a dollar value for each sales code, the
  122.           value is entered automatically each time you enter the sales code.
  123.           For most applications, the amount should be zero.
  124.           
  125.                You may add new sales descriptions, codes and amounts at any
  126.           time, but don't change or delete sales codes once charges or
  127.           payments have been entered.  Wait until the charges and payments
  128.           have been applied to customer accounts, and you are ready to start
  129.           a new month, before deleting or changing sales codes.
  130.           
  131.                At least one of the sales codes, and it's corresponding
  132.           description should be for payments on account.  Payments received
  133.           from customers should then be posted to this code, as a negative
  134.           amount, using the minus <-> key instead of the enter key.
  135.           
  136.                If you plan to charge late charges or interest, you should
  137.           enter a sales code for this purpose.
  138.           
  139.           
  140.           ENTER OR CHANGE CUSTOMERS
  141.           
  142.                Customer information is entered and changed using this
  143.                selection from the menu.  Enter the following information for
  144.                each customer:
  145.           
  146.                Customer name - Two lines of 31 characters each are
  147.                available.
  148.           
  149.                Customer Code - This is a ten character code used to sort
  150.                customers, and also to post charges and payments to the
  151.                customers account.  In most cases, you want to enter the
  152.                customers last name, followed by as much of the first name as
  153.                will fit in the remaining characters.  For instance, if the
  154.                customer's name is Jerry Medlin, the customer code would be
  155.                MEDLINJERR.  Notice all capital letters are used.  If you
  156.                enter lower case letters, they are changed to upper case
  157.                automatically.  Also, notice no spaces are included.
  158.                The program will prevent you from entering a previously used
  159.                customer code.  If a customer code includes a tilde character
  160.                (~), the customer will be deleted when the account is paid.
  161.                This allows you to enter one time customers and have the
  162.                program automatically delete them when they are no longer
  163.                active.
  164.  
  165.                Street Address - Up to 31 characters for the street address.
  166.           
  167.                City State & Zip - Up to 31 characters for the city, state
  168.                and zip code.
  169.           
  170.                Telephone - Up to 12 characters for the telephone number and
  171.                assorted dashes.
  172.           
  173.                Late Charge % - Enter the desired late charge for this
  174.                customer as a percentage.  If you are on a monthly cycle and
  175.                you wish to charge an 18% annual rate for balances overdue,
  176.                you would enter 1.5 (18 divided by 12 months.).  If you don't
  177.                want to charge late fees to this customer, press <Enter> to
  178.                enter a zero.
  179.           
  180.                Auto Bill Amount - Dollar amounts entered here may be posted
  181.                to a customers account automatically each month.
  182.           
  183.                Balances Due - You may enter the current balance, the 30 day
  184.                balance due, the 60 day balance due, and the 90 day balance
  185.                due.  For new customers with no opening balances, press
  186.                <Enter> to enter zero.
  187.           
  188.                Pressing the Escape key during entry takes you back to the
  189.           previous field.  Pressing the Escape key at the first name entry
  190.           takes you to the command mode.  The command mode allows you to
  191.           scroll up and down through the customer names, delete customers,
  192.           change customer information and do a quick check on the balances
  193.           due for all customers.  Pressing the Escape key from command mode
  194.           takes you back to the menu.
  195.           
  196.                The acceptable commands at any point are printed at the
  197.           bottom of the screen.
  198.           
  199.           
  200.           ENTER OR CHANGE CHARGES AND PAYMENTS
  201.           
  202.                This selection allows you to enter charges and payments for
  203.           the current month.  Charge amounts are entered as positive numbers
  204.           using the plus <+> or enter key and payments are entered as
  205.           negative numbers using the minus <-> key (enter the number, then
  206.           press the minus key).
  207.           
  208.                Before any charges and payments can be posted, you must have
  209.           at least one sales description entered, so you have a sales code
  210.           to post to.  The following information is entered for each charge
  211.           or payment:
  212.  
  213.                Customer Code - The 10 character code for each customer is
  214.                used to post a charge or payment.  Pressing <Enter> at the
  215.                beginning enters the previous customer code.  As you enter a
  216.                customer code, all of the possible matching customer codes
  217.                are displayed at the bottom.  You need enter only as much of
  218.                the customer code as necessary to distinguish it from any
  219.                other code.  With each additional character entered, the list
  220.                shrinks.  Pressing return at any time, accepts the customer
  221.                code at the top of the list.  The customers name is then
  222.                printed at the bottom of the screen so you can be sure you
  223.                are posting to the correct customer account.
  224.           
  225.                Date - Enter the date of the charge or payment as in MODA
  226.                form.  The date of June fourth is entered 0604, with no dash
  227.                or slash.
  228.           
  229.                Invoice number - Up to 12 characters for the invoice number.
  230.                Alphabetic characters are allowed.  Pressing the plus <+> key
  231.                adds one to the previous invoice number, and clears the
  232.                invoice total shown on the screen.  Pressing <Enter> gives
  233.                you the same invoice number as the previous line, and does
  234.                not change the invoice total.
  235.           
  236.                Sales Code - Enter one of the sales codes.  Sales codes and
  237.                their corresponding descriptions should be setup using the
  238.                Enter or Change Sales Descriptions selection of the menu.
  239.                The possible sales codes and descriptions will be displayed
  240.                at the bottom of the screen as you enter the number.
  241.                Pressing <Enter> at the beginning, defaults to the sales code
  242.                for the previous entry.
  243.           
  244.                Amount - Enter the amount of the charge or payment.  Payments
  245.                should be entered as a negative number.  A negative number is
  246.                entered by using the minus (-) key instead of the Enter key
  247.                after the number is typed in.
  248.           
  249.                Pressing the <Enter> key on any entry except the amount,
  250.           defaults to the previous value.  This allows you to make multiple
  251.           entries for an invoice with the same customer, date and invoice
  252.           number.  Pressing the plus <+> key for the invoice number
  253.           increments the previous number by one.
  254.           
  255.                Two numbers are printed at the top right of the screen.  The
  256.           top number is the total of all charges or plus entries and the
  257.           bottom number is the total of all payments or minus entries.  Use
  258.           these numbers to check your input data.  The screen also displays
  259.           the total for the current invoice.  This total is reset to zero
  260.           each time you enter a new invoice number, and should be checked
  261.           against the invoice total.
  262.           
  263.                 Pressing the Escape key during entry takes you back to the
  264.           previous field.  Pressing the Escape key at the first entry
  265.           position takes you to the command mode.  The command mode allows
  266.           you to scroll up and down through the entries, delete entries and
  267.           change entries.
  268.  
  269.                From the command mode, you may press the <A> Auto Bill key to
  270.           automatically post the auto bill amount entered for each customer.
  271.           You are asked to enter a date and invoice number and amount for
  272.           the automatic postings.  Normally the amount should be zero.  If
  273.           you enter an amount greater than zero, an invoice is created for
  274.           EVERY customer for  that amount, even if the customer has no auto
  275.           bill amount entered.  You may also calculate sales taxes on auto
  276.           bill amounts by entering a negative amount.  The number will be
  277.           used as a percentage to calculate and enter the sales tax for
  278.           every auto bill amount.  Be sure to have a sales code available
  279.           for sales tax.
  280.           
  281.                Pressing the <L> Late Charges key will calculate and enter
  282.           the late charges for all customers.  Late charges are calculated
  283.           on the balance brought forward for the month that remains unpaid
  284.           at the end of the month.
  285.                
  286.                Pressing the <Q> Quick Save key will save all of your
  287.           customer and invoice data to the disk.  Occasional power failures
  288.           are a fact of life, so it is a good idea to use quick save every
  289.           15 minutes or so.
  290.           
  291.                Pressing the Escape key from command mode takes you back to
  292.           the menu.  All the available commands are printed at the bottom of
  293.           the screen, and are chosen by a single keystroke.
  294.           
  295.           
  296.           ENTERING LATE CHARGES
  297.                
  298.                PC-AR will calculate and enter late charges for customers who
  299.           have not paid their previous month's balance due.  Before printing
  300.           reports, select the <L> Late Charges selection from ENTER OR
  301.           CHANGE CHARGES AND PAYMENTS.  The late charge percentage entered
  302.           for each customer is multiplied by the unpaid balance carried over
  303.           from last month, and entered as a transaction to the sales code of
  304.           your choice.  If you enter an amount, that amount is used as a
  305.           minimum late charge.
  306.           
  307.           
  308.           PRINTING REPORTS
  309.           
  310.                The first time you choose a printed report from the menu, you
  311.           are asked to enter a report date.  This date is used on all
  312.           reports.  If you want to change the report date, end processing
  313.           and start over; otherwise the same report date is used on all
  314.           reports printed during a posting session.
  315.           
  316.                On some reports, before you start printing, you are asked to
  317.           enter beginning and ending customer code.  Press the <Enter> key
  318.           to start at the first customer.  Press <Enter> again to print to
  319.           the last customer.  This feature allows you to print partial
  320.           reports, and is handy when your printer eats the 598th of 600
  321.           statements.
  322.  
  323.                When printing more than 20 statements or mailing labels, you
  324.           are asked if you want to sort the customers by zip code.  If you
  325.           answer Y (yes), the statements or mailing labels are printed in
  326.           zip code order.  This allows you to take advantage of the cheaper
  327.           bulk mailing rates.
  328.           
  329.                Next, you are asked to choose if you want to print the report
  330.           to the printer <Enter>, to the screen <S> or to a file <F>.  If
  331.           you choose to print to a file, you are asked for a file name.  The
  332.           report is then saved as an ASCII file.  These files are not
  333.           readable by PC-AR, but can be viewed and changed with a text
  334.           editor; and used by other programs that can read ASCII files.  The
  335.           report is printed to a file exactly as it is printed to a printer.
  336.           
  337.           
  338.           PRINT MAILING LABELS
  339.           
  340.                As long as you have all this customer information on your
  341.           computer, you might as well use it to print mailing labels.  You
  342.           can print labels for all the customers, or only one customer, and
  343.           you can sort them by zip code, if you wish.  Labels are printed on
  344.           standard peel off labels, with one inch spacing between labels.
  345.           To align the printer, use the selection process to print a single
  346.           label.
  347.           
  348.           
  349.           PRINT CHARGES & PAYMENTS LISTING
  350.           
  351.                To provide an adequate audit trail, this report must be
  352.           printed and retained, before closing out the month.  It lists all
  353.           the charges and payments entered for the month, and the total of
  354.           charges and payments.
  355.           
  356.                You are asked to enter a starting and ending invoice date.
  357.           Pressing the <Enter> key twice defaults to the first and last
  358.           date, and all invoices for the period is printed.  You can use
  359.           this date feature to print only the invoices entered for a single
  360.           day, or a group of days.
  361.           
  362.           
  363.           PRINT ACCOUNTS RECEIVABLE LEDGER
  364.           
  365.                This report prints each customer's opening balance, all
  366.           charges and payments for that customer, any late charges added and
  367.           the closing balance.  Customers with no activity and no opening or
  368.           closing balances are skipped.  The report should be printed and
  369.           retained at the end of each month.  Since PC-AR is a "balance
  370.           forward" accounts receivable program, the Accounts Receivable
  371.           Ledger is your best source of information, several months from
  372.           now, on how a customers balance got that way.
  373.  
  374.           PRINT STATEMENTS
  375.           
  376.           Customer statements are printed on a common statement form from
  377.           New England Business Services (NEBS).  The form can be ordered pre
  378.           printed, with your company name and address, by calling NEBS at
  379.           800-388-3810.  The form number is 9060, and the mail code number
  380.           is 95111.
  381.           
  382.                If you don't want to use forms preprinted with your name and
  383.           return address, you may have the program print your name and
  384.           address on blank forms.  To do this requires the program ARCONFIG
  385.           which is available to all registered users of PC-AR.  The ARCONFIG
  386.           program allows you to enter your company name and address, which
  387.           will print on plain statement forms or on plain 8 1/2 by 11 paper.
  388.           
  389.                 To test statement alignment, use the start print feature to
  390.           print a single statement, then adjust the alignment accordingly.
  391.           
  392.           
  393.           PRINT SALES SUMMARY
  394.           
  395.                This is a listing of all charges and payments by sales
  396.           category, followed by a one page listing of total sales by
  397.           category.  If you choose, you can omit the detailed listing, but
  398.           you should print it at the end of the month for audit trail
  399.           purposes.
  400.           
  401.                You are asked to enter a starting and ending invoice date.
  402.           Pressing the <Enter> key twice defaults to the first and last
  403.           dates used, and all invoices for the period are printed.  You can
  404.           use this date feature to print a daily summary of sales.  By
  405.           assigning separate sales codes for paid by check, paid by cash and
  406.           paid by credit card, you can even print a list of checks to go
  407.           with your bank deposit for the day.
  408.           
  409.           
  410.           PRINT CUSTOMER ACTIVITY REPORT
  411.           
  412.                 The Customer Activity Report summarizes all the transactions
  413.           posted to a customers account for the past 6 months.  It looks at
  414.           current transactions and the transaction files on your disk named
  415.           AR1.INV, AR2.INV, AR3.INV, AR4.INV, AR5.INV and AR6.INV.  It then
  416.           prints all the transactions made to the selected customer code.
  417.           
  418.           
  419.           START A NEW MONTH
  420.           
  421.                 When you have printed all the reports you need and all is in
  422.           order, you can start the next month.  Important - Do not start a
  423.           new month until all reports, including monthly statements, have
  424.           been printed!
  425.  
  426.                All charges, payments and late charges are applied to
  427.           customer balances. The customers balances are updated to agree
  428.           with the balances shown on the statements, and the Accounts
  429.           Receivable Ledger.  The charges and payments are saved, so later
  430.           you may review all the transactions posted to an account for the
  431.           past six months using the Print Customer Activity Report selection
  432.           of the menu.
  433.           
  434.           
  435.           PRINT CUSTOMER LISTING
  436.           
  437.                This report is a printout of all customer information on file
  438.           including aging information.  The balances shown do not reflect
  439.           any charges or payments made since the last month ended.  Only the
  440.           Start a New Month selection actually changes customer balances.
  441.           
  442.                You may choose to omit customer addresses, and to omit
  443.           customers with no activity, when you print this report.
  444.           
  445.           
  446.           EXPORT CUSTOMER DATA
  447.           
  448.                This selection creates a file on the logged drive and
  449.           subdirectory called PC-AR.PRN, which can be read by programs like
  450.           Lotus 123 and Reflex.  Text data in the customer file is
  451.           surrounded by quotation marks.  You can then read the data into
  452.           Lotus 123 by using the /File/Import/Numbers command.  Be sure no
  453.           names or addresses in your customer file contain quotation marks,
  454.           before trying to export customer data.
  455.           
  456.           
  457.           SAVE DATA AND END
  458.           
  459.                When processing is completed, exit the program using this
  460.           selection.   Do not end processing by turning off the computer,
  461.           because you lose any data entered since the last save operation.
  462.           If you  want to save the current data to the disk without ending,
  463.           you may answer "N" to the question "Do you want to end
  464.           processing?", and you are returned to the menu.
  465.           
  466.           
  467.           USING THE CONFIGURATION PROGRAM
  468.           
  469.                The configuration program (ARCONFIG.EXE) is provided free to
  470.           all registered users.  It allows you to change certain features of
  471.           PC-AR.  The ARCONFIG.EXE program and the main program (PC-AR.EXE)
  472.           should both be on the same disk drive when you configure your copy
  473.           of PC-AR.  Run the program by typing ARCONFIG at the Dos prompt.
  474.           Use the up and down arrows to move the pointer, and then press <C>
  475.           to change an item.  You are allowed to change the following
  476.           information:
  477.  
  478.                Display Colors - If you have a color adapter and monitor, you
  479.                can change the colors for screen borders, program prompts,
  480.                data, and background.  Allowable colors are from 0 to 15
  481.                (except for background color which can only be from 0 to 7).
  482.                The display is instantly updated as you enter the new colors.
  483.           
  484.                Laser Printer? - You may also change the way PC-AR starts a
  485.                new page.  Usually, PC-AR starts a new page by counting
  486.                lines, until the page total equals 66 lines.  If you enter a
  487.                "Y" for the laser printer question, PC-AR starts a new page
  488.                by issuing a form feed command.  This works on most other
  489.                printers too, but requires you to set the top of form, before
  490.                you start printing.
  491.           
  492.                Disk Drive and Path - Enter a drive and path designation for
  493.                PC-AR data.  If you want the program to read data from the B
  494.                drive, enter B:.
  495.           
  496.                Printer for Reports (1 or 2) - If you wish to print reports
  497.                to a printer attached to LPT2 change this number.
  498.           
  499.                Printer for Statements (1 or 2) - If you wish to print
  500.                statements to a printer attached to LPT2 change this number.
  501.           
  502.                Months to Save - The PC-AR program saves charges and payments
  503.                on your data disk for later review with the Customer Activity
  504.                Report.   Normally, the paid invoices for the previous six
  505.                months are saved.  You may modify this number to be anywhere
  506.                from zero to 16 months.  Remember, the more month's data you
  507.                save, the more room you need on the data disk, and the more
  508.                time it takes to review a vendor's activity.
  509.           
  510.                Plain Paper Statement - If you change this to a "Y",
  511.                statements can be printed on plain 8 1/2 x 11 paper.  A "N"
  512.                answer prints on pre printed 6 1/2 x 7 forms.  The default
  513.                setting is "N".
  514.           
  515.                Statement Heading - If your company name and address is not
  516.                pre printed on the statement forms, you may enter up to 5
  517.                lines for a statement heading.
  518.           
  519.                Statement Footer Message - You can enter a message to be
  520.                printed at the bottom of the statement form.  This is a good
  521.                place to enter your payment terms, or a short advertising
  522.                message.
  523.           
  524.                Print Ageing on Statements - Changing this from Y to N
  525.                prevents the 30, 60, 90 day aging information from being
  526.                printed on the statements.
  527.  
  528.                Invoice Details on Statements - Changing this from a Y to a N
  529.                causes only the totals for each invoice to be printed on the
  530.                statements.  This allows you to have a detailed breakdown of
  531.                sales on the sales summary, but prints only invoice totals on
  532.                the statements.  All adjacent entries with the same invoice
  533.                number are totaled on the statement with "INVOICE #" for a
  534.                description.  For this option to work properly, multiple
  535.                entries with the same invoice number, must be together in the
  536.                charges and payments listing.  It is a good idea to sort by
  537.                Invoice number before printing the statements.
  538.           
  539.                When you have finished making your changes, press the escape
  540.           key to exit the program.  You will be asked if you want to save
  541.           the changes.  If you answer with a Y, a configuration file (PC-
  542.           AR.CFG) will be created on the disk.
  543.           
  544.           DATA FILES
  545.           
  546.                Data files are created automatically by PC-AR.  If you wish
  547.           to back up data files only, copy these files to another disk using
  548.           the DOS copy or BACKUP command.
  549.           
  550.           PC-AR.CUS      Customer data file with balances.
  551.           PC-AR.INV      Current period payments and charges.
  552.           PC-AR.DES      Sales codes and descriptions.
  553.           PC-AR.CFG      Configuration data created by ARCONFIG.
  554.           AR1.INV, AR2.INV, AR3.INV, etc. contain the previous period
  555.           payments and charges.  AR1.INV is the most recent.
  556.           
  557.           HELPFUL HINTS
  558.           
  559.                The escape key is always used to go back to the previous
  560.           operation.  From anywhere in the program, if you continue to press
  561.           the escape key, you will eventually return to the main menu.
  562.           
  563.                When printing reports, you may pause the printing by pressing
  564.           any key.  To resume printing, press any key again.  To quit
  565.           printing, press the escape key after pausing.
  566.           
  567.                Each customer must have a unique customer code for posting.
  568.           If you use numbers, the program won't object, if the numbers are
  569.           all the same length.  Customer number 1 should be entered as
  570.           00001, for instance.  But, you should at least try the method
  571.           suggested earlier in the manual.  Use a customer code made up of
  572.           the customers last name plus as much of the first name as the 10
  573.           character limit allows.  Jane Smith would then have a code of
  574.           SMITHJANE (Notice there are no spaces).  This method allows rapid
  575.           posting of invoices, without looking up customer numbers.  The
  576.           searching method allows you to quickly examine the codes for all
  577.           of the Smiths, by typing SMITH when asked for a code.
  578.           
  579.                The first 6 times you start a new month, more disk space is
  580.           required for historical files.  If you have a large business and
  581.           you are using floppy disks for data storage, you could run out of
  582.           disk space.
  583.  
  584.           CONVERTING DATA FROM EARLIER VERSIONS
  585.           
  586.                If you have been using version 3.7 or higher, no conversion
  587.           is necessary.
  588.           
  589.                If you are changing from a version of PC-AR beginning with 2
  590.           (a very old version) you need to convert your customer data.  A
  591.           program called CONVERT.COM is available for this purpose and is
  592.           free to all registered users.  Run the program and follow the
  593.           directions on the screen.
  594.           
  595.                If you have been using a version prior to 3.7, you must
  596.           rename your earlier charges and payments files for use with this
  597.           program.  Contact us to receive instructions on how to rename your
  598.           earlier data files.
  599.           
  600.                Starting with Version 3.9, late charges are handled the same
  601.           as any other charge or payment.  You must enter a sales code to
  602.           receive the late charges and, each month, you must choose the <L>
  603.           Late Charges option to calculate and enter late charges.  This
  604.           method requires only a few seconds per month to enter the late
  605.           charges, and provides increased flexibility and improved audit
  606.           trail.
  607.           
  608.                PC-AR is written in Turbo Pascal.  The source code is
  609.           available for $95.
  610.           
  611.  
  612.